home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.Template.VisualBasic.UserControl.xaml.en < prev    next >
Encoding:
Extensible Markup Language  |  2006-11-01  |  277 b   |  9 lines

  1. <UserControl
  2.     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.     x:Class="$safeitemname$"
  5.     x:Name="UserControl"
  6.     Width="640" Height="480">
  7.  
  8.     <$documentroottype$ x:Name="LayoutRoot"/>
  9. </UserControl>